deno.land / x / fresh@1.1.1 / tests / fixture / routes / [name].tsx
12345678interface Props { params: Record<string, string | string[]>;}
export default function Greet(props: Props) { return <div>Hello {props.params.name}</div>;}
Version Info